xen/memory: Indent part of acquire_resource()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 27 Jul 2020 16:24:11 +0000 (17:24 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 30 Jan 2021 03:21:33 +0000 (03:21 +0000)
commit6fe64b150ce519d1952edc5da452e1d143cef4cc
tree1ed7f49c927916fc6a8b13abfb195fbfcf4f7968
parentb826eaebd852dc229bd7af5826c5c7730606116a
xen/memory: Indent part of acquire_resource()

Indent the middle of acquire_resource() inside a do {} while ( 0 ) loop.  This
is broken out specifically to make the following change readable.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Paul Durrant <paul@xen.org>
xen/common/memory.c